PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics.colors Package / PDFRgbColor Class / toHex Method
In This Topic
    toHex Method
    In This Topic
    Converts the color to hex representation.
    Syntax
    public java.lang.String toHex()

    Return Value

    The color value as a hex string (#XXXXXX).
    See Also